Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reworking Garden Models #441

Merged
merged 21 commits into from
Feb 12, 2024
Merged

Reworking Garden Models #441

merged 21 commits into from
Feb 12, 2024

Conversation

TheBurchLog
Copy link
Contributor

This is a major overhaul on how Gardens are tracked within Beer Garden.

Source and Target Gardens are now tracked on the Requests objects. Requests that are forwarded to children have the Source/Target Gardens removed. And when the update is sent back, the Target Garden is updated. So children always thing it originated within themselves.

Updating Gardens to track child Gardens. So it is easy to filter on the scope of control for each Garden. And giving insights into all downstream gardens.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

Attention: 192 lines in your changes are missing coverage. Please review.

Comparison is base (95d48b6) 92.39% compared to head (ece4777) 15.29%.
Report is 22 commits behind head on develop.

Files Patch % Lines
brewtils/request_handling.py 3.50% 55 Missing ⚠️
brewtils/models.py 31.42% 24 Missing ⚠️
brewtils/pika.py 0.00% 20 Missing ⚠️
brewtils/schemas.py 0.00% 18 Missing ⚠️
brewtils/decorators.py 11.11% 16 Missing ⚠️
brewtils/rest/system_client.py 0.00% 15 Missing ⚠️
brewtils/plugin.py 8.33% 11 Missing ⚠️
brewtils/rest/client.py 0.00% 7 Missing ⚠️
brewtils/rest/easy_client.py 0.00% 7 Missing ⚠️
brewtils/rest/publish_client.py 0.00% 6 Missing ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #441       +/-   ##
============================================
- Coverage    92.39%   15.29%   -77.11%     
============================================
  Files           28       28               
  Lines         3644     3811      +167     
============================================
- Hits          3367      583     -2784     
- Misses         277     3228     +2951     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TheBurchLog TheBurchLog merged commit 5b9d594 into develop Feb 12, 2024
6 of 7 checks passed
@TheBurchLog TheBurchLog deleted the Garden-Rework branch February 12, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant